projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bec19b
)
(print_version): Print VERSION as a string.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 23 Apr 1994 07:08:49 +0000
(07:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 23 Apr 1994 07:08:49 +0000
(07:08 +0000)
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index d05b35e8d2eb6a1dbab76a24ec772e89f0d6b764..9bd4bce83f5185efd111d3d20f36e341538d695a 100644
(file)
--- a/
lib-src/etags.c
+++ b/
lib-src/etags.c
@@
-303,7
+303,7
@@
void
print_version ()
{
#ifdef VERSION
- printf ("%s for Emacs version %
g
.\n", (CTAGS) ? "CTAGS" : "ETAGS", VERSION);
+ printf ("%s for Emacs version %
s
.\n", (CTAGS) ? "CTAGS" : "ETAGS", VERSION);
#else
printf ("%s for Emacs version 19.\n", (CTAGS) ? "CTAGS" : "ETAGS");
#endif